home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / PROGS / TP.DOC < prev    next >
Text File  |  1994-02-13  |  1KB  |  22 lines

  1. Turbo Pascal Development Shell
  2.  
  3.     Use local TP.cfg to specify MAIN and 0-5 support unit names
  4.     Use global TP.cfg to specify PROGpath, UNITpath and EXECpath
  5.  
  6. Interactive Commands:
  7.     Cn  - Compile PAS file               C  - Compiles ALL files
  8.     En  - Edit PAS file                  E  - Edits MAIN file
  9.     Fn  - Finds all copies on disk       F  - Finds MAIN.pas
  10.     Gn  - Fetches copy of master         G  - Fetches ALL files
  11.     Tn  - Execs T.bat - T3.bat           T  - Execs T.bat
  12.     Pn  - Tlister pas file n             P  - Tlister MAIN.pas
  13.     In  - Tlister unit INTERFACE only
  14.                                          Config Parms (usually Global TP.CFG)
  15.     ZIP - Invokes ZIP for archiving      PROGPATH=<path>    where is main?
  16.     DIR - DIR                            UNITPATH=<path>    where are file1-5?
  17.     CLEANUP - copies/erases files        EXEPATH=<path>     where to put EXE
  18.     HELP/F1 - shows this file            Config Parms (usually local TP.CFG)
  19.     TED <fname> - Edits <fname>
  20.     CFG - Edits MAIN.cfg                 MAIN=<prog>        no path
  21.     x/q/(esc) - EXIT                     FILE1..5=<file>    no path
  22.     RELEASE=NO, UNITSONLY=NO, MAINONLY=NO - controls copy/purge of files